Monokai Extended
Extends Monokai from Soda with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
Details
Installs
- Total 158K
- Win 79K
- Mac 51K
- Linux 27K
| Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 3 | 5 | 3 | 2 | 0 | 2 | 4 | 2 | 6 | 2 | 4 | 1 | 0 | 1 | 3 | 1 | 1 | 1 | 3 | 0 | 0 | 4 | 0 | 1 | 4 | 3 | 1 | 1 | 2 | 2 | 2 | 2 | 2 | 0 | 2 | 2 | 4 | 1 | 3 | 2 | 1 | 1 | 1 | 1 | 4 |
| Mac | 0 | 2 | 3 | 4 | 1 | 3 | 1 | 1 | 1 | 1 | 1 | 3 | 1 | 2 | 1 | 2 | 3 | 4 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 3 | 1 | 3 | 1 | 1 | 0 | 1 | 1 | 0 | 2 | 1 | 0 | 2 | 0 | 1 | 2 | 0 | 0 | 2 | 1 | 1 |
| Linux | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 2 | 2 | 4 | 2 | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 2 | 3 | 0 | 2 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 2 | 1 | 1 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-monokai-extended 
(Companion to sublime-markdown-extended)
Extends Soda Monokai with:
- Additional syntax highlighting for markdown, LESS, coffee, diffs, and handlebars and more!
- Improved syntax highlighting for regular expressions, HTML, LESS, CSS, JavaScript and more!
See: examples ↓ | before and after screenshots
Getting Started
1. Installation
Package Control
If you already have Package Control installed in Sublime Text:
- Select “Install Package” from the Command Palette: Ctrl+Shift+P on Windows and Linux or ⇧⌘P on OS X)
- Search for “Monokai Extended” and click enter.
Manual Installation
Go to Preferences -> Browse Packages, and then either download and unzip this plugin into that directory, or:
git clone https://github.com/jonschlinkert/sublime-monokai-extended.git "sublime-monokai-extended"
2. Switch Themes
Open a Markdown file in Sublime Text and make sure that syntax highlighting is set to Markdown Extended (not Markdown) View -> Syntax -> Markdown Extended.
Then go to Preferences -> Color Scheme -> Monokai Extended and pick a theme.
Monokai Enhancements
Adds scopes, support and/or improves styling for:
- GitGutter
MakefileHTML: Doctype/XML ProcessingHTML: Comment BlockHTML: ScriptHTML: StyleHTML: TextHTML: Attribute punctuationHTML: AttributesHTML: Quotation MarksHTML: TagHTML: styleHTML: StylesHTML: {}HTML: Tags punctuationHandlebars: Variable(To highlight Handlebars, install the Handlebars language package for Sublime Text)Handlebars: ConstantCSS: SelectorCSS: Tag NameCSS: @importCSS: @at-ruleCSS: #IdCSS: .classCSS: Property NameCSS: Property ValueCSS: Standard ValueCSS: Additional ConstantsCSS: Numeric ValueCSS: Constructor ArgumentCSS: !ImportantCSS: {}CSS: Tag PunctuationCSS: : ,CSS :pseudoLESS: variablesLESS: mixinsLESS: extendjs: function namejs: storage typejs: sourcejs: functionjs: numeric constantjs: literal language variable(When using babel-sublime)js: []js: ()js: {}JSON stringCoffeeScript: #{}diff.rangemarkdown: plain(Also install sublime-markdown-extended for additional features.)markdown: raw inlinemarkdown: linebreakmarkdown: headingmarkdown: italicmarkdown: boldmarkdown: underlinemarkdown: blockquotemarkdown: quotemarkdown: linkmarkdown: raw blockmarkdown: fenced code blockmarkdown: fenced languagemarkdown: raw block fencedmarkdown: list items punctuationmarkdown: separatormarkdown: table
Examples
Markdown

CSS
The following improvements apply to both CSS and LESS.
CSS Before
Spot the #ids at a glance?

CSS After
How about now?

Authors
Jon Schlinkert
Alexander Krivoshhekov
License
Copyright © 2013-2016, Jon Schlinkert. Released under the MIT license.